projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fa649
)
* test/infra/Dockerfile.emba: Touch "info/emacs".
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 7 Mar 2021 10:36:38 +0000
(11:36 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 7 Mar 2021 10:36:38 +0000
(11:36 +0100)
test/infra/Dockerfile.emba
patch
|
blob
|
history
diff --git
a/test/infra/Dockerfile.emba
b/test/infra/Dockerfile.emba
index be684d672a5e9c4ce615ea2f42ba0d0ca79d4388..4294a3ce622d6e6bbc55833fa6ea4525fbfabfc4 100644
(file)
--- a/
test/infra/Dockerfile.emba
+++ b/
test/infra/Dockerfile.emba
@@
-39,6
+39,7
@@
RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
+RUN touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure
RUN make -j4 bootstrap
@@
-52,6
+53,7
@@
RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
+RUN touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure --with-file-notification=gfile
RUN make -j4 bootstrap
@@
-65,6
+67,7
@@
RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
+RUN touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure --with-ns
RUN make -j4 bootstrap